home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 30
/
Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso
/
Aminet
/
util
/
boot
/
selector90.lha
/
Selector
/
ShortWay
< prev
next >
Wrap
Text File
|
1998-10-14
|
919b
|
29 lines
Screen Jump ;The panel will popup on ALL screens
Popup rmb lmb ;The panel will popup when both mouse buttons are pressed
;(left+right). If you have a 3-button mouse, use "POPUP MMB"
;instead, for the middle button.
x atPointer
y atPointer ;The panel will popup at the mouse pointer
Border OFF ;Turns the windows borders off
Title OFF ;Turns the windows title off
Button Shell exec 'newshell con:20/156/640/178'
;Button for starting a shell
button Workbench ScreenRun Workbench
;Button for jumping to Workbench
button Octamed ScreenRun OCTAMED work:Soundstudio/octamed closepopup
;Button for starting Octamed, or just jump to octameds screen
;if it's allready open.
button Lexikon exec 'wbrun "Work:ORD/Lexikon/Lexikon"' closepopup
;Start a program as if it had been doubleclicked.
button Program run 'selector program' closepopup
;Show a submenu (if the script file "program" exists)